home *** CD-ROM | disk | FTP | other *** search
/ Aminet 6 / Aminet 6 - June 1995.iso / Aminet / text / hyper / ADtoHT2_0.lha / MyLib.lha / include / errno.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-03-04  |  198 b   |  15 lines

  1. /* $VER: errno.h 1.0 (02.03.95) */
  2.  
  3. #ifndef _ERRNO_H_
  4. #define _ERRNO_H_
  5.  
  6. #ifndef DOS_DOS_H
  7. #include <dos/dos.h>
  8. #endif
  9.  
  10. extern int errno;
  11.  
  12. #define ENOMEM ERROR_NO_FREE_STORE
  13.  
  14. #endif /* _ERRNO_H_ */
  15.